For example, if a class foo.Child inherits the method do_something from bar.Parent, then in the generated documentation, the docstring of Child.do_something will appear similar to Inherited from bar.Parent whereas the docstring of bar.Parent.do_something will be unaffected. Installation pip ins...
793 802 field_text += f"{indent} Example: {example_text}\n" 794 803 795 - if isclass(field_type) and issubclass(field_type, BaseModel): 804 + if isclass(origin_type) and issubclass(origin_type, BaseModel): 796 805 field_text += f"{indent} Details:\n" 797 - for name...
DocString_pb2.pyc 1483 ./streamlit/proto/DownloadButton_pb2.pyc 8541 ./streamlit/proto/Element_pb2.pyc 1256 ./streamlit/proto/Empty_pb2.pyc 1385 ./streamlit/proto/Exception_pb2.pyc 1283 ./streamlit/proto/Favicon_pb2.pyc 1674 ./streamlit/proto/FileUploader_pb2.pyc 4344 ./streamlit/proto/...
fix: convergence improvement for tau constrained thevenin example 47365f0 examples: reduces runtime across examples 3760fac examples: adds example for cost/likelihood class evaluation and compute 831bc90 examples: updates formatting and grammar f9a1c23 examples: update MAP notebook 3b0d43d code...
Revert "core: remove mentions to older Redis from error and docstring" … 532ab2c Revert "remove older redis-py versions from deprecated warnings" … 7a0a634 Revert "connection: remove a workaround for obsolete Redis version" … 366314b Revert "base: remove the snippet specific to ...
If the modification has a dependency on downstream projects of a newer version, this PR should be tested with all supported versions of downstream projects. The documentation has been modified accordingly, like docstring or example tutorials.
example It is not a hard rule as it's impossible to completely decouple different components but a good design principle. I'll still approve this PR without it; however the benefit is that each worker implementation is more cleanly separated from each other, making future changes easier. vllm...
'login_version': 2}, 'uses_http': True} {'host': '127.0.0.3', 'timeout': 5, 'credentials': {'username': 'user@example.com', \ 'password': 'great_password'}, 'connection_type'\ : {'device_family': 'SMART.TAPOBULB', 'encryption_type': 'KLAP', 'login_version': 2, \ ...
Example $ changewords -p=changewords_test -ft=.py -fs=helloworld -ts=mantabjiwa # or $ changewords --path=changewords_test --file_type=.py --from_string=helloworld --to_string=mantabjiwa Running tests To run the test use: $ python tests.py About...
You can find more information in the docstring of :class:`statsmodels.base.Model `. .. `Model class <http://statsmodels.sourceforge.net/devel/dev/generated/statsmodels.base.model.Model.html#statsmodels.base.model.Model>`_. .. `Model class <http://www.statsmodels.org/devel/dev/generated/...