Libraryless. Click here for Pure Java version (11027L/79K).
1 | sclass PythonCodeSafetyChecker > CodeSafetyChecker {
|
2 | void init {
|
3 | if (identifierSafetyMap == null) |
4 | identifierSafetyMap = codeAnalysis_pythonIdentifierSafetyMap(); |
5 | } |
6 | |
7 | LS tokenize(S code) { ret pythonTok(code); }
|
8 | } |
Began life as a copy of #1030037
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030315 |
| Snippet name: | PythonCodeSafetyChecker |
| Eternal ID of this version: | #1030315/1 |
| Text MD5: | 25685e8d030e4ab3d59dd79faff131c7 |
| Transpilation MD5: | fc31b641316bc57206f9f8dd739dfa41 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-30 15:19:39 |
| Source code size: | 236 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 432 / 694 |
| Referenced in: | [show references] |