Skip to content

Commit 9a898f5

Browse files
ferdnycptmcg
authored andcommitted
Docs: Update API definition
- Add lshift, invert, and getitem to documented dunder methods, remove weakref.
1 parent 45fd972 commit 9a898f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/pyparsing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyparsing API
44

55
.. automodule:: pyparsing
66
:members:
7-
:special-members: __add__,__sub__,__div__,__mul__,__and__,__or__,__xor__,__call__,__weakref__,__str__
7+
:special-members: __add__,__sub__,__div__,__mul__,__and__,__or__,__xor__,__lshift__,__invert__,__call__,__getitem__,__str__
88
:exclude-members: __init__,__repl__,parseImpl,parseImpl_regex,parseImplAsGroupList,parseImplAsMatch,postParse,preParse
99

1010
Module ``pyparsing.diagram``
@@ -20,4 +20,3 @@ Module ``pyparsing.diagram``
2020
:hidden:
2121

2222
self
23-

0 commit comments

Comments
 (0)