# Python Documentation Turkish Translation # Copyright (C) 2001-2023, Python Software Foundation # This file is distributed under the same license as the Python package. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.10\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-12-05 18:31+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: \n" "Language-Team: TURKISH \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: library/audit_events.rst:6 msgid "Audit events table" msgstr "" #: library/audit_events.rst:8 msgid "" "This table contains all events raised by :func:`sys.audit` or :c:func:" "`PySys_Audit` calls throughout the CPython runtime and the standard " "library. These calls were added in 3.8.0 or later (see :pep:`578`)." msgstr "" #: library/audit_events.rst:12 msgid "" "See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for " "information on handling these events." msgstr "" #: library/audit_events.rst:17 msgid "" "This table is generated from the CPython documentation, and may not " "represent events raised by other implementations. See your runtime specific " "documentation for actual events raised." msgstr "" #: library/audit_events.rst:23 msgid "" "The following events are raised internally and do not correspond to any " "public API of CPython:" msgstr "" #: library/audit_events.rst:27 msgid "Audit event" msgstr "" #: library/audit_events.rst:27 msgid "Arguments" msgstr "" #: library/audit_events.rst:29 msgid "_winapi.CreateFile" msgstr "" #: library/audit_events.rst:29 msgid "" "``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``, " "``flags_and_attributes``" msgstr "" #: library/audit_events.rst:33 msgid "_winapi.CreateJunction" msgstr "" #: library/audit_events.rst:33 msgid "``src_path``, ``dst_path``" msgstr "" #: library/audit_events.rst:35 msgid "_winapi.CreateNamedPipe" msgstr "" #: library/audit_events.rst:35 msgid "``name``, ``open_mode``, ``pipe_mode``" msgstr "" #: library/audit_events.rst:37 msgid "_winapi.CreatePipe" msgstr "" #: library/audit_events.rst:39 msgid "_winapi.CreateProcess" msgstr "" #: library/audit_events.rst:39 msgid "``application_name``, ``command_line``, ``current_directory``" msgstr "" #: library/audit_events.rst:42 msgid "_winapi.OpenProcess" msgstr "" #: library/audit_events.rst:42 msgid "``process_id``, ``desired_access``" msgstr "" #: library/audit_events.rst:44 msgid "_winapi.TerminateProcess" msgstr "" #: library/audit_events.rst:44 msgid "``handle``, ``exit_code``" msgstr "" #: library/audit_events.rst:46 msgid "ctypes.PyObj_FromPtr" msgstr "" #: library/audit_events.rst:46 msgid "``obj``" msgstr ""