mirror of
https://github.com/django-components/django-components.git
synced 2025-09-20 20:59:46 +00:00
Deployed c5354baf
to dev with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
b4b5f972ff
commit
e64a779b25
64 changed files with 64 additions and 64 deletions
|
@ -846,7 +846,7 @@ def _extract_property_docstrings(cls: Type) -> Dict[str, str]:
|
|||
- The function assumes that the class is defined at the global scope (module level)
|
||||
and that the body is indented with 4 spaces.
|
||||
"""
|
||||
lines, start_line_index = inspect.getsourcelines(cls)
|
||||
lines, _start_line_index = inspect.getsourcelines(cls)
|
||||
attrs_lines: List[str] = []
|
||||
ignore = True
|
||||
for line in lines:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue