Commit 54affa2
authored
Add Google-style docstrings to Actor model entity (#311)
This PR expands the Actor class docstring and adds a Google-style
docstring
to its __init__ method, following the example described in issue #294.
No functional changes.
The new docstrings are visible via IDE hover (VS Code / PyCharm) and via
help(Actor).1 parent 3ccf460 commit 54affa2
1 file changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
1820 | | - | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
1821 | 1833 | | |
1822 | 1834 | | |
1823 | 1835 | | |
| |||
1827 | 1839 | | |
1828 | 1840 | | |
1829 | 1841 | | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
1830 | 1855 | | |
1831 | 1856 | | |
1832 | 1857 | | |
1833 | 1858 | | |
| 1859 | + | |
1834 | 1860 | | |
1835 | 1861 | | |
1836 | 1862 | | |
| |||
0 commit comments