# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR , 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-04-08 08:18+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh \n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
#: ../Doc/c-api/code.rst:8
msgid "Code Objects"
msgstr "ì½ë ê°ì²´"
#: ../Doc/c-api/code.rst:12
msgid ""
"Code objects are a low-level detail of the CPython implementation. Each "
"one represents a chunk of executable code that hasn't yet been bound into"
" a function."
msgstr ""
"ì½ë ê°ì²´ë CPython 구íì ì ìì¤ ì¸ë¶ ì¬íì
ëë¤. ê° ê°ì²´ë ìì§ í¨ìì ë¬¶ì¬ ìì§ ìì ì¤í ê°ë¥í ì½ë ë©ì´ë¦¬ë¥¼ "
"ëíë
ëë¤."
#: ../Doc/c-api/code.rst:18
msgid ""
"The C structure of the objects used to describe code objects. The fields"
" of this type are subject to change at any time."
msgstr "ì½ë ê°ì²´ë¥¼ ì¤ëª
íë ë° ì¬ì©ëë ê°ì²´ì C 구조체. ì´ íì íëë ì¸ì ë ì§ ë³ê²½ë ì ììµëë¤."
#: ../Doc/c-api/code.rst:24
msgid ""
"This is an instance of :c:type:`PyTypeObject` representing the Python "
":class:`code` type."
msgstr "ì´ê²ì Python :class:`code` íì ëíë´ë :c:type:`PyTypeObject`\\ì ì¸ì¤í´ì¤ì
ëë¤."
#: ../Doc/c-api/code.rst:30
msgid ""
"Return true if *co* is a :class:`code` object. This function always "
"succeeds."
msgstr "*co*\\ê° :class:`code` ê°ì²´ë©´ ì°¸ì ë°íí©ëë¤. ì´ í¨ìë íì ì±ê³µí©ëë¤."
#: ../Doc/c-api/code.rst:34
msgid "Return the number of free variables in *co*."
msgstr "*co*\\ì ìë ìì ë³ìì ê°ì를 ë°íí©ëë¤."
#: ../Doc/c-api/code.rst:38
msgid ""
"Return a new code object. If you need a dummy code object to create a "
"frame, use :c:func:`PyCode_NewEmpty` instead. Calling "
":c:func:`PyCode_New` directly can bind you to a precise Python version "
"since the definition of the bytecode changes often."
msgstr ""
"ì ì½ë ê°ì²´ë¥¼ ë°íí©ëë¤. íë ìì ë§ë¤ê¸° ìí´ ë미 ì½ë ê°ì²´ê° íìíë©´, ëì "
":c:func:`PyCode_NewEmpty`\\를 ì¬ì©íììì¤. ë°ì´í¸ ì½ëì ì ìê° ì주 ë³ê²½ë기 ë문ì, "
":c:func:`PyCode_New`\\를 ì§ì í¸ì¶íë©´ ì íí íì´ì¬ ë²ì ì 구ìë ì ììµëë¤."
#: ../Doc/c-api/code.rst:45
msgid ""
"Similar to :c:func:`PyCode_New`, but with an extra \"posonlyargcount\" "
"for positional-only arguments."
msgstr ":c:func:`PyCode_New`\\ì ë¹ì·íì§ë§, ìì¹ ì ì© ì¸ì를 ìí ì¶ê° \"posonlyargcount\"ê° ììµëë¤."
#: ../Doc/c-api/code.rst:51
msgid ""
"Return a new empty code object with the specified filename, function "
"name, and first line number. It is illegal to :func:`exec` or "
":func:`eval` the resulting code object."
msgstr ""
"ì§ì ë íì¼ëª
, í¨ìëª
ë° ì²« ë²ì§¸ ì¤ ë²í¸ë¥¼ ê°ë ì ë¹ ì½ë ê°ì²´ë¥¼ ë°íí©ëë¤. ê²°ê³¼ ì½ë ê°ì²´ë¥¼ :func:`exec` ëë "
":func:`eval`\\íë ê²ì ë¶ë²ì
ëë¤."