Условие:
26. About the single-underscored member proc, double-underscored proc member, and proc in Python, which of the following statements are true? ()
A. from module import * can be directly used to import the single-underscored member proc.
B. from module import * cannot be directly used to import the double-underscored member _proc.
C. In Python, the parser uses \square classname proc to replace the double-underscored member \square proc
D. In Python, proc is a specific indicator for magic methods
Previous
Next
Uncertain
