Kind: Class
Source: atloria-monorepo/apps/api/src/parser/parsers/python.parser.ts
Implements: CodeParser
Methods
| Method | Signature | Returns |
|---|---|---|
parse | parse(code: string, _filename: undefined) | Promise<ParseResult> |
extractSymbols | extractSymbols(code: string) | Promise<ParserSymbol[]> |
extractDependencies | extractDependencies(code: string) | Promise<Dependency[]> |
Properties
| Property | Type |
|---|---|
language | any |
supportedExtensions | any |
When something fails
PythonParserhandles failure in 1 place: it logs it and continues in all 1.
Was this page helpful?