Skip to content

Allow disabling auto-reloading when accessing missing attributes - #935

Merged
JonnyWong16 merged 4 commits into
pushingkarmaorg:masterfrom
JonnyWong16:feature/autoreload
May 17, 2022
Merged

Allow disabling auto-reloading when accessing missing attributes#935
JonnyWong16 merged 4 commits into
pushingkarmaorg:masterfrom
JonnyWong16:feature/autoreload

Conversation

@JonnyWong16

@JonnyWong16JonnyWong16 commented Apr 26, 2022

Copy link
Copy Markdown
Collaborator

Description

Allows disabling auto-reloading when accessing missing attributes by setting autoReload = False.

Renames the previous _autoReload from #765 to _overwriteNone to be less confusing.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the docstring for new or existing methods
  • I have added tests when applicable

@JonnyWong16
JonnyWong16 merged commit 8303d6f into pushingkarmaorg:masterMay 17, 2022
@JonnyWong16
JonnyWong16 deleted the feature/autoreload branch May 18, 2022 18:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@JonnyWong16