|
|
|
|
|
by Scarblac
252 days ago
|
|
All Python types are reference types. The reference to None isn't included in the str type. There's no way to get an actual null reference, afaik. Variables always have some value, possibly None. (not sure what happens if you set a reference to null from C - a crash, probably?) |
|