]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 4 Jun 2023 04:47:28 +0000 (06:47 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 4 Jun 2023 04:51:56 +0000 (06:51 +0200)
commite19e1e1030189afc0138d7f83d3a411b559aa501
treec6478c26465946d7c785ff7158838785cf83c7f3
parent3846ea48aad5b4a158169ade976289a138b44666
Continued:
- there are no private variables or methods, all is public
- there is however a notation, that a leading _ indicates private access and
  that you should search for getters/setters
- so when you see some code like `module._foo()` then notify them about this
fba/cache.py
fba/config.py
fba/instances.py