Python3Generator
Python3Generator copied to clipboard
A toolkit to generate Python 3 source code from Pharo.
Results
2
Python3Generator issues
Sort by
recently updated
recently updated
newest added
P3GExtensionsTest>>#testDictionaryWritePython3On and P3GExtensionsTest>>#testSetWritePython3On assume an order that does not exist (Set and Dict are unordered), which makes them fail (for me at least). Since this test is only about writing...
E.g. `from fuzzywuzzy import process` can be written as `P3GImportFrom moduleNamed: 'fuzzywuzzy' names: #('process')`