Skip to content

Commit e4b5803

Browse files
committed
Update stub
1 parent fc0e2dc commit e4b5803

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pdb-wrapper/pypdb.pyi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@ class _PyPDB:
2525
def __getattr__(self, name):
2626
pass
2727

28+
def __getitem__(self, name):
29+
pass
30+
31+
def __contains__(self, name):
32+
pass
33+
34+
def _get_proc_by_name(self, proc_name):
35+
pass
36+
37+
@staticmethod
38+
def _procedure_exists(proc_name):
39+
pass
40+
2841
def extension_gimp_help(self, domain_names: Union[List[str], GObject.GValue], domain_uris: Union[List[str], GObject.GValue], *, config: Optional[Gimp.ProcedureConfig]=None):
2942
"""Parameters:
3043

0 commit comments

Comments
 (0)