A lot of work on event related modules. Also a lot of clean up.

This commit is contained in:
Scott Idem
2021-06-08 15:56:00 -04:00
parent b7f6a5ee2a
commit d37234d7d8
10 changed files with 66 additions and 34 deletions

View File

@@ -62,8 +62,8 @@ def create_person_obj(person_obj_new:Person_Base):
# ### BEGIN ### API Person Methods ### load_person_obj() ###
def load_person_obj(
person_id: int|str,
inc_address: bool = False, # Under contact
inc_contact: bool = False,
inc_address: bool = False,
inc_organization: bool = False,
inc_user: bool = False
) -> Person_Base|bool: