Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
01c11bb
Added engine_import implementation.
jordanbriere May 31, 2019
3096e59
Added "ENGINE_IMPORT_SKIPPABLES" containing names to always skip when…
jordanbriere Jun 1, 2019
739870a
Added an example for engine_import.
jordanbriere Jun 12, 2019
ac114bc
NoWeaponManager will now raise a NotImplementedError into __getattr__…
jordanbriere Jun 12, 2019
df646bd
Merge branch 'master' into engine_import
jordanbriere Jun 12, 2019
28ae74d
Added missing declaration for the _weapons module.
jordanbriere Jun 12, 2019
21d09ac
<tab> → <4 spaces>.
jordanbriere Jun 12, 2019
b5d3566
The imported files are inheriting the caller's scope so importing the…
jordanbriere Jun 12, 2019
e95924e
Improved documentation of engine_import by adding information about g…
jordanbriere Jun 12, 2019
d311073
Fixed wrappers for method descriptors.
jordanbriere Jun 12, 2019
c3e92d4
Added an optional self parameter to get_wrapped in order to properly …
jordanbriere Jun 12, 2019
985109d
Fixed a TypeError when the __all__ attribute is not a tuple and made …
jordanbriere Jun 13, 2019
f6cc81f
Removed the players._language module.
jordanbriere Jun 13, 2019
d8ff646
Removed a redundant import.
jordanbriere Jun 13, 2019
9be41d6
Added default fallback for Player.give_named_item and Player.has_c4.
jordanbriere Jun 13, 2019
be58c5b
Added missing documentation for PlayerMixin.
jordanbriere Jun 14, 2019
179f62b
Fixed a TypeError when skippables is not a tuple.
jordanbriere Jun 14, 2019
74765ad
Fixed private class members not being skipped when skip_privates is e…
jordanbriere Jun 14, 2019
d231c8a
Never skip Python's magic methods/members.
jordanbriere Jun 14, 2019
1fdca4f
Reverted 74765ad and d231c8a because if private class members are ski…
jordanbriere Jun 14, 2019
fdc2ab8
Fixed wrap_entity_mem_func decorated methods from being documented as…
jordanbriere Jun 14, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added missing documentation for PlayerMixin.
  • Loading branch information
jordanbriere committed Jun 14, 2019
commit be58c5b93b0869f736ee409d9c53c7356320a8b0
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ players.entity module
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: _players.PlayerMixin
:members:
:undoc-members:
:show-inheritance: