첫번째 부분에서 질문입니다
188
작성한 질문수 21
아나콘다로 코딩 중인데
print(__builtins__.__dict.__)가 실행이 안되네요
dict object has no attribute '__dicts__'라 뜨는데 뭐가 문제인가요....?
답변 1
0
안녕하세요.
버전에 따라서 빌트인 출력은 달라질 수 있어여.
아래 링크 읽어보세요.
https://docs.python.org/ko/3/library/builtins.html
__builtins__.dict
['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'BlockingIOError', 'BrokenPipeError', 'BufferError', 'BytesWarning', 'ChildProcessError', 'ConnectionAbortedError', 'ConnectionError', 'ConnectionRefusedError', 'ConnectionResetError', 'DeprecationWarning', 'EOFError', 'Ellipsis', 'EnvironmentError', 'Exception', 'False', 'FileExistsError', 'FileNotFoundError', 'FloatingPointError', 'FutureWarning', 'GeneratorExit', 'IOError', 'ImportError', 'ImportWarning', 'IndentationError', 'IndexError', 'InterruptedError', 'IsADirectoryError', 'KeyError', 'KeyboardInterrupt', 'LookupError', 'MemoryError', 'ModuleNotFoundError', 'NameError', 'None', 'NotADirectoryError', 'NotImplemented', 'NotImplementedError', 'OSError', 'OverflowError', 'PendingDeprecationWarning', 'PermissionError', 'ProcessLookupError', 'RecursionError', 'ReferenceError', 'ResourceWarning', 'RuntimeError', 'RuntimeWarning', 'StopAsyncIteration', 'StopIteration', 'SyntaxError', 'SyntaxWarning', 'SystemError', 'SystemExit', 'TabError', 'TimeoutError', 'True', 'TypeError', 'UnboundLocalError', 'UnicodeDecodeError', 'UnicodeEncodeError', 'UnicodeError', 'UnicodeTranslateError', 'UnicodeWarning', 'UserWarning', 'ValueError', 'Warning', 'ZeroDivisionError', '__build_class__', '__debug__', '__doc__', '__import__', '__loader__', '__name__', '__package__', '__spec__', 'abs', 'all', 'any', 'ascii', 'bin', 'bool', 'breakpoint', 'bytearray', 'bytes', 'callable', 'chr', 'classmethod', 'compile', 'complex', 'copyright', 'credits', 'delattr', 'dict', 'dir', 'divmod', 'enumerate', 'eval', 'exec', 'exit', 'filter', 'float', 'format', 'frozenset', 'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'id', 'input', 'int', 'isinstance', 'issubclass', 'iter', 'len', 'license', 'list', 'locals', 'map', 'max', 'memoryview', 'min', 'next', 'object', 'oct', 'open', 'ord', 'pow', 'print', 'property', 'quit', 'range', 'repr', 'reversed', 'round', 'set', 'setattr', 'slice', 'sorted', 'staticmethod', 'str', 'sum', 'super', 'tuple', 'type', 'vars', 'zip']
>
loop is not defined
0
6
1
가상환경 설정이 안됩니다
0
8
0
__le__, __ge__ 관련 질문
0
32
0
atom 서비스 종료
0
38
1
atom 서비스 종료
0
40
1
진도미확인 (진도가 안 넘어감)
0
69
1
RuntimeError: There is no current event loop in thread 'MainThread'
0
110
1
chapter 07-01 실행 오류
0
91
1
Chapter05-04 : sum_func의 합이 이중 출력됩니다.
0
105
2
45. 병렬성 2 - Futures(5-1) wait가 의도된 대로 동작하지 않습니다.
0
125
2
멀티스레딩 - 44. 병렬성 1 - Futures(4-2)
0
100
2
chapter05_02 클로저 질문사항 !
0
80
1
LV1 설정
0
113
2
매직 메소드의 호출 방법 차이 문의
0
162
2
왜 numbers리스트를 만들때 str으로 숫자를 감싸나요?
0
122
2
스크랩핑 실습 중 Mac OS 인증서 문제
0
150
1
AsyncIO 멀티 스크랩핑 실습 예제 관련 질문
0
190
1
강의자료가 영상과 다릅니다
0
274
2
closure.cell_contents 초기화 하기 문의
0
154
2
map함수 사용 시, list변환 방법 문의
0
369
2
__mul__ 백터 * 숫지, 백터 * 백터 처리
0
164
1
del처리후 질문입니다.
0
180
1
car_list(car1,car2,car3) 인스턴스 tuple 타입 문의
0
249
1
coroutine에 대한 질문
0
262
1





