package pyml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml bindings for Python
Install
dune-project
Dependency
Authors
Maintainers
Sources
20210924.tar.gz
sha512=c1e979751ef933635ae6d7f69e1638a3accfd082b0b3a364c4305eb268a67f73af26e321beef4cf3b99ab2fe35ab642c03b005ad620b0268e22b4a09b6f7c1c0
doc/pyml/Py/Type/index.html
Module Py.TypeSource
Introspection of Python types
Source
type t = | Unknown| Bool| Bytes| Callable| Capsule| Closure| Dict| Float| List| Int| Long| Module| None| Null| Tuple| Type| Unicode| Iter| Set(*Some types of Python values.
*)Bytescovers both theStrvalues of Python 2 and theBytesvalues of Python 3.Longcovers both theIntvalues of Python 2 and theLongvalues of Python 3.Capsulecorresponds to the values created withPy.Capsule.Closurecorresponds to the values created withPy.Callable.
Wrapper for PyType_IsSubtype
mismatch ty obj raises a type mismatch Failure _ that indicates that an object of type ty was expected, but obj was found.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>