- 03 Dec, 2013 3 commits
-
-
Robert Jordens authored
-
Robert Jordens authored
-
Robert Jordens authored
do not overload __len__, __iter__, __reversed__ as not all valid expressions (ints and bools) have them. furthermore len([]) is and should be different from flen([]) (the later raises an error). keep __getitem__ as an exception that proves the rule ;)
-
- 02 Dec, 2013 8 commits
-
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
Robert Jordens authored
complete with with api documentation and unittests
-
Robert Jordens authored
-
Robert Jordens authored
-
Robert Jordens authored
-
Robert Jordens authored
-
- 01 Dec, 2013 2 commits
-
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
- 29 Nov, 2013 13 commits
-
-
Robert Jordens authored
-
Sebastien Bourdeauducq authored
-
Robert Jördens authored
-
Robert Jördens authored
-
Sebastien Bourdeauducq authored
This way the test can simply be run with: python -m unittest test_fifo.py
-
Robert Jördens authored
-
Robert Jördens authored
-
Robert Jördens authored
__del__ garbage collector callbacks are too delicate. E.g. imported modules can be garbage collected before the objects using them. Can't use os.remove, socket.SHUT_RDWR... * added a DeprecationWarning if a Simulator is garbage collected without having its .close() called * renamed all gc __del__ callbacks to close() * implemented context manager hooks for Simulator. Use like with Simulator(TestBench()) as s: s.run()
-
Robert Jördens authored
genindex is needed to generate links between members and search is useful for the html docs.
-
Sebastien Bourdeauducq authored
-
Robert Jördens authored
* do not generate boring modindex for html and latex outputs * numpydoc_show_class_members=False, to skip undocumented methods https://github.com/phn/pytpm/issues/3#issuecomment-12133978
-
Robert Jördens authored
-
Robert Jördens authored
-
- 28 Nov, 2013 3 commits
-
-
Sebastien Bourdeauducq authored
-
Robert Jordens authored
-
Robert Jordens authored
-
- 25 Nov, 2013 2 commits
-
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
- 24 Nov, 2013 4 commits
-
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
- 23 Nov, 2013 5 commits
-
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
-
Sebastien Bourdeauducq authored
git-subtree-dir: mibuild git-subtree-mainline: 7e4024be git-subtree-split: 9d5931c9
-