66- ** Primary Language** : python
77- ** Languages** : python: 1410, shell: 9, cpp: 4, javascript: 2
88- ** Analysis Mode** : static
9- - ** Total Functions** : 12147
9+ - ** Total Functions** : 12152
1010- ** Total Classes** : 3039
1111- ** Modules** : 1425
12- - ** Entry Points** : 10379
12+ - ** Entry Points** : 10381
1313
1414## Architecture by Module
1515
@@ -531,19 +531,25 @@ This is a partial replacement of the standard library's
531531> Process input string and push block tokens into ` outTokens ` .
532532- ** Output to** : StateBlock, self.tokenize
533533
534- ### publish-env.lib.python3.13.site-packages.rfc3986.parseresult.ParseResult.encode
535- > Convert to an instance of ParseResultBytes.
536- - ** Output to** : dict, ParseResultBytes, zip, publish-env.lib.python3.13.site-packages.docutils.nodes.Element.hasattr, attr.encode
534+ ### publish-env.lib.python3.13.site-packages.rfc3986.iri.IRIReference.encode
535+ > Encode an IRIReference into a URIReference instance.
536+
537+ If the `` idna `` module is installed or the ``r
538+ - ** Output to** : uri.URIReference, None.join, exceptions.MissingDependencyError, any, str
537539
538540### publish-env.lib.python3.13.site-packages.markdown_it.parser_inline.ParserInline.parse
539541> Process input string and push inline tokens into ` tokens `
540542- ** Output to** : StateInline, self.tokenize, self.ruler2.getRules, publish-env.lib.python3.13.site-packages.rich.console.Console.rule
541543
542- ### publish-env.lib.python3.13.site-packages.rfc3986.iri.IRIReference.encode
543- > Encode an IRIReference into a URIReference instance.
544+ ### publish-env.lib.python3.13.site-packages.rfc3986.parseresult.ParseResult.encode
545+ > Convert to an instance of ParseResultBytes.
546+ - ** Output to** : dict, ParseResultBytes, zip, publish-env.lib.python3.13.site-packages.docutils.nodes.Element.hasattr, attr.encode
544547
545- If the `` idna `` module is installed or the ``r
546- - ** Output to** : uri.URIReference, None.join, exceptions.MissingDependencyError, any, str
548+ ### publish-env.lib.python3.13.site-packages.markdown_it._ punycode.encode
549+ - ** Output to** : None.decode, codecs.encode
550+
551+ ### publish-env.lib.python3.13.site-packages.markdown_it._ punycode.decode
552+ - ** Output to** : codecs.decode
547553
548554### publish-env.lib.python3.13.site-packages.markdown_it.main.MarkdownIt.parse
549555> Parse the source string to a token stream
@@ -565,32 +571,29 @@ If the ``idna`` module is installed or the ``r
565571This validator can prohibit more than really needed
566572- ** Output to** : normalize_url.validateLink
567573
568- ### publish-env.lib.python3.13.site-packages.markdown_it._ punycode.encode
569- - ** Output to** : None.decode, codecs.encode
570-
571- ### publish-env.lib.python3.13.site-packages.markdown_it._ punycode.decode
572- - ** Output to** : codecs.decode
573-
574574### publish-env.lib.python3.13.site-packages.markdown_it.token.convert_attrs
575575> Convert Token.attrs set as `` None `` or `` [[key, value], ...] `` to a dict.
576576
577577This improves compatibili
578578- ** Output to** : isinstance, dict
579579
580- ### publish-env.lib.python3.13.site-packages.requests.models.RequestEncodingMixin. _ encode_params
581- > Encode parameters in a piece of data .
580+ ### publish-env.lib.python3.13.site-packages.requests.utils.parse_list_header
581+ > Parse lists as described by RFC 2068 Section 2 .
582582
583- Will successfully encode parameters when passed as a dict or
584- - ** Output to** : isinstance, publish-env.lib.python3.13.site-packages.docutils.nodes.Element.hasattr , publish-env.lib.python3.13.site-packages.docutils.nodes.Element.hasattr, publish-env.lib.python3.13.site-packages. requests.utils.to_key_val_list, publish-env.lib.python3.13.site-packages.requests_toolbelt.utils.formdata.urlencode
583+ In particular, parse comma-separated lists where th
584+ - ** Output to** : _ parse_list_header, result.append , publish-env.lib.python3.13.site-packages.requests.utils.unquote_header_value
585585
586- ### publish-env.lib.python3.13.site-packages.requests.models.RequestEncodingMixin._ encode_files
587- > Build the body for a multipart/form-data request.
586+ ### publish-env.lib.python3.13.site-packages.requests.utils.parse_dict_header
587+ > Parse lists of key, value pairs as described by RFC 2068 Section 2 and
588+ convert them into a python di
589+ - ** Output to** : _ parse_list_header, item.split, publish-env.lib.python3.13.site-packages.requests.utils.unquote_header_value
588590
589- Will successfully encode files when passed as a d
590- - ** Output to ** : publish-env.lib.python3.13.site-packages.requests.utils.to_key_val_list, publish-env.lib.python3.13.site-packages.requests.utils.to_key_val_list, publish-env.lib.python3.13.site-packages.urllib3.filepost.encode_multipart_formdata, ValueError, isinstance
591+ ### publish-env.lib.python3.13.site-packages.requests.utils. _ parse_content_type_header
592+ > Returns content type and parameters from given header
591593
592- ### publish-env.lib.python3.13.site-packages.requests.models.PreparedRequest._ get_idna_encoded_host
593- - ** Output to** : None.decode, idna.encode
594+ : param header: string
595+ :return: tuple containi
596+ - ** Output to** : header.split, None.strip, param.strip, param.find, None.strip
594597
595598## Behavioral Patterns
596599
0 commit comments