We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee4699 commit f7f9379Copy full SHA for f7f9379
src/documentation/api/ApiNode.tsx
@@ -296,7 +296,7 @@ const buildSignature = (
296
};
297
298
const isInitOrOtherNonDunderMethod = (c: ApiDocsEntry) =>
299
- !c.name.endsWith("__") || c.name === "__init__";
+ !c.name.endsWith("__") || c.name === "__init__" || c.name === "__new__";
300
301
const filterChildren = (
302
children: ApiDocsEntry[] | undefined
src/micropython/main/typeshed.en.json
0 commit comments