관리-도구
편집 파일: fields.cpython-312.pyc
� G��e�! � � � d dl mZ d dlZd dlZd dlZddlmZ dd�Zd� Z ddd �Z e j ed d � D � ci c]( } | dvr" ej | � dj | � ��* c} � d � Zd� ZeZ G d� de� Zyc c} w )� )�absolute_importN� )�sixc �B � | rt j | � d xs |S |S )z� Guess the "Content-Type" of a file. :param filename: The filename to guess the "Content-Type" of using :mod:`mimetypes`. :param default: If no "Content-Type" can be guessed, default to `default`. r )� mimetypes� guess_type)�filename�defaults ��/builddir/build/BUILDROOT/alt-python312-pip-23.3.1-1.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py�guess_content_typer s'