mirror of
https://github.com/django-components/django-components.git
synced 2025-07-13 03:45:00 +00:00
refactor: rename context_data
field to template_data
(#1162)
This commit is contained in:
parent
28b61c1609
commit
d4d834256a
7 changed files with 33 additions and 4 deletions
|
@ -873,6 +873,9 @@ def _extract_property_docstrings(cls: Type) -> Dict[str, str]:
|
|||
if line.endswith("):\n"):
|
||||
ignore = False
|
||||
continue
|
||||
# Ignore comments
|
||||
elif line.strip().startswith("#"):
|
||||
continue
|
||||
else:
|
||||
attrs_lines.append(line)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue