https://github.com/csprance/crypy
Cryengine Python dummy functions for code completion
https://github.com/csprance/crypy
Last synced: about 1 year ago
JSON representation
Cryengine Python dummy functions for code completion
- Host: GitHub
- URL: https://github.com/csprance/crypy
- Owner: csprance
- Created: 2015-06-05T01:44:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T01:53:21.000Z (about 11 years ago)
- Last Synced: 2025-02-06T05:31:23.456Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryPy #
Gives you the necesarry dummy functions for code completion to work in your ide of choice. Just plop this into your python/lib/site-packages/ and it should import all the module functions
just do a
try:
from crypy import *
except:
pass
Then you'll be able to do this
