mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
![]() Add __subclasshook__ magic method which is used to implement the logic that validates a class correctly conform to an interface. Signed-off-by: Lionel H <lionel.hubaut@dekimo.com> |
||
---|---|---|
.. | ||
core | ||
core.d | ||
pystd | ||
std | ||
.gitignore | ||
LICENCE | ||
README.md |
Erg standard library with python
std
There are methods and definitions of class objects used in Erg.
Install development dependencies
pip install -e std[dev]
pip install -e std[test]
std.egg-info
will be created.
pystd
There are files of python type definitions for Erg.