Search notes:

Python: symbol table

See also

A variable is an entry in a symbol table that is bound to an object.
A symbol table is created for every function when it is called.
The def statement puts the defined function name into the current symbol table.
locals() returns a dict that represents the current symbol table.
Each module has its own private symbol table.
The CPython source file Include/symtable.h.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1738303423, '3.12.146.108', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Python/internals/symbol-table/index(49): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78