@@ -291,7 +291,6 @@ msgstr ""
291
291
"메서드의 형."
292
292
293
293
#: ../Doc/library/types.rst:212
294
- #, fuzzy
295
294
msgid ""
296
295
"The type of :term:`modules <module>`. The constructor takes the name of "
297
296
"the module to be created and optionally its :term:`docstring`."
@@ -320,6 +319,8 @@ msgid ""
320
319
"This attribute is to match :attr:`importlib.machinery.ModuleSpec.loader` "
321
320
"as stored in the attr:`__spec__` object."
322
321
msgstr ""
322
+ "이 어트리뷰트는 attr:`__spec__` 객체에 저장된 "
323
+ ":attr:`importlib.machinery.ModuleSpec.loader`\\ 와 일치합니다."
323
324
324
325
#: ../Doc/library/types.rst:231
325
326
msgid ""
@@ -328,6 +329,9 @@ msgid ""
328
329
":attr:`__spec__` attribute instead or use ``getattr(module, "
329
330
"\" __loader__\" , None)`` if you explicitly need to use this attribute."
330
331
msgstr ""
332
+ "향후 버전의 파이썬은 기본적으로 이 어트리뷰트 설정을 중지 할 수 있습니다. 이러한 잠재적인 변경에 대비하려면, 이 어트리뷰트를 "
333
+ "명시적으로 사용해야 하는 경우 대신 :attr:`__spec__` 어트리뷰트에서 읽거나 ``getattr(module, "
334
+ "\" __loader__\" , None)``\\ 를 사용하십시오."
331
335
332
336
#: ../Doc/library/types.rst:237 ../Doc/library/types.rst:262
333
337
msgid "Defaults to ``None``. Previously the attribute was optional."
@@ -337,7 +341,7 @@ msgstr "기본값은 ``None``. 이전에는 어트리뷰트가 선택적이었
337
341
msgid ""
338
342
"The name of the module. Expected to match "
339
343
":attr:`importlib.machinery.ModuleSpec.name`."
340
- msgstr ""
344
+ msgstr "모듈의 이름. :attr:`importlib.machinery.ModuleSpec.name` \\ 과 일치할 것으로 기대됩니다. "
341
345
342
346
#: ../Doc/library/types.rst:247
343
347
msgid ""
@@ -356,6 +360,8 @@ msgid ""
356
360
"This attribute is to match :attr:`importlib.machinery.ModuleSpec.parent` "
357
361
"as stored in the attr:`__spec__` object."
358
362
msgstr ""
363
+ "이 어트리뷰트는 attr:`__spec__` 객체에 저장된 "
364
+ ":attr:`importlib.machinery.ModuleSpec.parent`\\ 와 일치합니다."
359
365
360
366
#: ../Doc/library/types.rst:256
361
367
msgid ""
@@ -364,12 +370,17 @@ msgid ""
364
370
":attr:`__spec__` attribute instead or use ``getattr(module, "
365
371
"\" __package__\" , None)`` if you explicitly need to use this attribute."
366
372
msgstr ""
373
+ "향후 버전의 파이썬은 기본적으로 이 어트리뷰트 설정을 중지 할 수 있습니다. 이러한 잠재적인 변경에 대비하려면, 이 어트리뷰트를 "
374
+ "명시적으로 사용해야 하는 경우 대신 :attr:`__spec__` 어트리뷰트에서 읽거나 ``getattr(module, "
375
+ "\" __package__\" , None)``\\ 를 사용하십시오."
367
376
368
377
#: ../Doc/library/types.rst:267
369
378
msgid ""
370
379
"A record of the the module's import-system-related state. Expected to be "
371
380
"an instance of :class:`importlib.machinery.ModuleSpec`."
372
381
msgstr ""
382
+ "모듈의 임포트 시스템 관련 상태에 대한 레코드. :class:`importlib.machinery.ModuleSpec`\\ 의 "
383
+ "인스턴스일 것으로 기대됩니다."
373
384
374
385
#: ../Doc/library/types.rst:275
375
386
msgid ""
@@ -389,7 +400,7 @@ msgstr ""
389
400
390
401
#: ../Doc/library/types.rst:291
391
402
msgid "This type can now be subclassed."
392
- msgstr ""
403
+ msgstr "이 형은 이제 서브 클래싱 할 수 있습니다. "
393
404
394
405
#: ../Doc/library/types.rst:297
395
406
msgid "The type of traceback objects such as found in ``sys.exc_info()[2]``."
@@ -609,6 +620,3 @@ msgstr ""
609
620
":class:`collections.abc.Generator`\\ 의 인스턴스를 반환하면, 인스턴스는 *어웨이터블* 프락시 객체로 "
610
621
"래핑 됩니다. 다른 모든 형의 객체는 그대로 반환됩니다."
611
622
612
- #~ msgid "The name of the module."
613
- #~ msgstr "모듈의 이름"
614
-
0 commit comments