mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
builder-tools: fix methods population
This commit is contained in:
@@ -56,6 +56,8 @@ class DocsGenerator:
|
||||
continue
|
||||
if func[1].__module__ != item.__name__:
|
||||
continue
|
||||
# if func.__module__ != item.__name__:
|
||||
# continue
|
||||
|
||||
output.append(self.function_header.format(func[0].replace('_', '\\_')))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user