# encoding: utf-8
# module pandas._libs.writers
# from C:\Programs\Python\Python313\Lib\site-packages\pandas\_libs\writers.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import builtins as __builtins__ # <module 'builtins' (built-in)>
import numpy as np # C:\Programs\Python\Python313\Lib\site-packages\numpy\__init__.py

# functions

def convert_json_to_lines(*args, **kwargs): # real signature unknown
    """
    replace comma separated json with line feeds, paying special attention
        to quotes & brackets
    """
    pass

def max_len_string_array(*args, **kwargs): # real signature unknown
    """ Return the maximum size of elements in a 1-dim string array. """
    pass

def string_array_replace_from_nan_rep(*args, **kwargs): # real signature unknown
    """ Replace the values in the array with np.nan if they are nan_rep. """
    pass

def word_len(*args, **kwargs): # real signature unknown
    """ Return the maximum length of a string or bytes value. """
    pass

def write_csv_rows(*args, **kwargs): # real signature unknown
    """
    Write the given data to the writer object, pre-allocating where possible
        for performance improvements.
    
        Parameters
        ----------
        data : list[ArrayLike]
        data_index : ndarray
        nlevels : int
        cols : ndarray
        writer : _csv.writer
    """
    pass

def __pyx_unpickle_Enum(*args, **kwargs): # real signature unknown
    pass

# no classes
# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000002AF70007110>'

__spec__ = None # (!) real value is "ModuleSpec(name='pandas._libs.writers', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000002AF70007110>, origin='C:\\\\Programs\\\\Python\\\\Python313\\\\Lib\\\\site-packages\\\\pandas\\\\_libs\\\\writers.cp313-win_amd64.pyd')"

__test__ = {}

