Jelle Zijlstra
5d553c9584
apply black and isort ( #4287 )
...
* apply black and isort
* move some type ignores
2020-06-28 13:31:00 -07:00
Shantanu
9c9eae8462
opcode: fix positional-only args ( #4026 )
...
Co-authored-by: hauntsaninja <>
2020-05-17 07:20:28 -07:00
Shantanu
137ff45282
opcode, dis: add jump parameter to stack_effect ( #3618 )
2020-01-16 19:08:18 +01:00
Michael Lee
efb67946f8
Use variable annotations everywhere ( #2909 )
2019-04-13 10:40:52 +02:00
Carl Meyer
166e56a8f0
Fix missing 'type: ' in opcode.pyi ( #1143 )
2017-04-05 17:06:09 -07:00
Jelle Zijlstra
cb7949b14e
fixes to dis stubs ( #1025 )
...
- Add sys.version_info checks (mypy now supports them)
- Went over Python 3 docs and corrected a few things
- Reexport things that are imported from opcode
2017-03-18 14:50:31 -07:00
David Euresti
e3fb935ca4
Move opcode to 2and3 ( #938 )
...
* Move opcode to 2and3
* Fix python3 versions
* Fix tests
* Bring Dict back
2017-02-21 14:27:34 -08:00