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