Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 582 Bytes

portability.rst

File metadata and controls

16 lines (12 loc) · 582 Bytes

Portability

Although PyCep is written in pure Python and it tries to be as self-sufficient as possible, it defers certain elements to the host language (which conveniently happens to be Python). These items are listed here:

  • String literal evaluation (see ast.literal_eval())
  • String formatting (see %)
  • Type checking, e.g. for arithmetic operations
  • Built-ins
.. disqus:: pycep portability