Skip to content

Commit

Permalink
Update stub
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilburda committed Aug 20, 2023
1 parent fc0e2dc commit e4b5803
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pdb-wrapper/pypdb.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ class _PyPDB:
def __getattr__(self, name):
pass

def __getitem__(self, name):
pass

def __contains__(self, name):
pass

def _get_proc_by_name(self, proc_name):
pass

@staticmethod
def _procedure_exists(proc_name):
pass

def extension_gimp_help(self, domain_names: Union[List[str], GObject.GValue], domain_uris: Union[List[str], GObject.GValue], *, config: Optional[Gimp.ProcedureConfig]=None):
"""Parameters:

Expand Down

0 comments on commit e4b5803

Please sign in to comment.