Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1030315 // PythonCodeSafetyChecker

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (11027L/79K).

sclass PythonCodeSafetyChecker > CodeSafetyChecker {
  void init {
    if (identifierSafetyMap == null)
      identifierSafetyMap = codeAnalysis_pythonIdentifierSafetyMap();
  }
  
  LS tokenize(S code) { ret pythonTok(code); }
}

Author comment

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: 146 / 346
Referenced in: #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)