]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 6 Jun 2023 09:35:11 +0000 (11:35 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 6 Jun 2023 09:35:11 +0000 (11:35 +0200)
commit3ecc6a4234aea84798583e66560957326ea23d21
treef7b98dc2b9a1f263f6966395930854569f036de6
parent1c6b7d6a8623fb08e3d79ceb5f254c64aa84cbf5
Continued:
- `inspect.currentframe().f_code.co_name` is one LARGE way for finding out
  current function's name but it does not involve any private functions
  being called publicly
- still PHP has __FUNCTION__ for this purpose ...
fba/commands.py