Ë
    {�hwy  ã            	       óÈ  — d dl Z d dlmZ 	 e j                  ZdZdZdZdZ	 e
�di dg d¢“d	eed
g“deedg“deedg“deedd
g“deedd
g“deedg“deedg“deedg“deedg“deedg“deedg“deedg“d eed!g“d"ee	d#d$g“d%eed&g“d'eed(g“d)eed*g“d+eed,g“d-ee	d.g“d/g d0¢“d1eed2d3g“d4eed5d6g“d7eed8d9g“d:eed;d<g“d=eed>d?g“d@eedAdBg“dCeedDg“dEdFdGg“dHeedIg“dJeedKg“dLeedMg“dNeedOg“dPeedQg“dRdSdTg“dUeedVg“dWg dX¢“dYg dZ¢“d[eed\g“d]eed^g“d_g d`¢“daeedbg“dceeddg“deg df¢“dgdhdig“djdhdkg“dleedmg“dneedog“dpg dq¢“drg ds¢“dtg du¢“dvg dw¢“dxg dy¢“dzg d{¢“d|g d}¢“d~g d¢“d€g d�¢“d‚g dƒ¢“d„d…d†g“d‡dˆd‰g“dŠd‹dŒg“d�dˆdŽg“d�dˆd�g“d‘dˆd’g“d“dˆd”g“d•d–d—g“d˜d–d™g“dšd–d›g“dœd–d�g“džd–dŸg“d d–d¡g“d¢d£d¤g“d¥d£d¦g“d§d¨d©g“dªd«d¬g“d­d«d®g“d¯g d°¢“d±g d²¢“d³g d´¢“dµg d¶¢“d·g d¸¢“d¹g dº¢“d»g d¼¢“d½g d¾¢“d¿dÀdÁg“dÂg dÃ¢“dÄg dÅ¢“dÆdÇdÈg“dÉg dÊ¢“dËg dÌ¢“dÍg dÎ¢“dÏg dÐ¢“dÑg dÒ¢“dÓg dÔ¢“dÕg dÖ¢“d×g dØ¢“dÙg dÚ¢“dÛg dÜ¢“dÝdˆdÞg“dßdàdág“dâdãdäg“dådædçg“dèdédêg“dëdìdíg“dîg dï¢“dðg dñ¢“dòg dó¢“dôg dõ¢“dödˆd÷g“dødˆdùg“dúdûdüg“dýdþdÿg“�d dˆ�dg“�dg �d¢“�dg �d¢“�dg �d¢“�dg �d	¢“�d
g �d¢“�dg �d¢“�dg �d¢“�dg �d¢“ŽZ�d�d„Zy# e$ r e j
                  ZY �ŒÈw xY w(  é    N)ÚTextWrapperz"str or int or Series or array-likezSEither a name of a column in `data_frame`, or a pandas Series or array_like object.z+list of str or int, or Series or array-likezPEither names of columns in `data_frame`, or pandas Series, or array_like objectsÚ
data_frame)zDataFrame or array-like or dictzUThis argument needs to be passed for column names (and not keyword names) to be used.zEArray-like and dict are transformed internally to a pandas DataFrame.z\Optional: if missing, a DataFrame gets constructed under the hood using the other arguments.ÚxzkValues from this column or array_like are used to position marks along the x axis in cartesian coordinates.ÚyzkValues from this column or array_like are used to position marks along the y axis in cartesian coordinates.ÚzzkValues from this column or array_like are used to position marks along the z axis in cartesian coordinates.Úx_startz
(required)Úx_endÚaziValues from this column or array_like are used to position marks along the a axis in ternary coordinates.ÚbziValues from this column or array_like are used to position marks along the b axis in ternary coordinates.ÚcziValues from this column or array_like are used to position marks along the c axis in ternary coordinates.ÚrzlValues from this column or array_like are used to position marks along the radial axis in polar coordinates.ÚthetazmValues from this column or array_like are used to position marks along the angular axis in polar coordinates.ÚvalueszSValues from this column or array_like are used to set values associated to sectors.ÚparentszYValues from this column or array_like are used as parents in sunburst and treemap charts.ÚidszDValues from this column or array_like are used to set ids of sectorsÚpathzsList of columns names or columns of a rectangular dataframe defining the hierarchy of sectors, from root to leaves.z7An error is raised if path AND ids or parents is passedÚlatz`Values from this column or array_like are used to position marks according to latitude on a map.ÚlonzaValues from this column or array_like are used to position marks according to longitude on a map.Ú	locationszyValues from this column or array_like are to be interpreted according to `locationmode` and mapped to longitude/latitude.ÚbasezOValues from this column or array_like are used to position the base of the bar.Ú
dimensionszFValues from these columns are used for multidimensional visualization.Údimensions_max_cardinality)zint (default 50)z‹When `dimensions` is `None` and `data_frame` is provided, columns with more than this number of unique values are excluded from the output.z%Not used when `dimensions` is passed.Úerror_xzIValues from this column or array_like are used to size x-axis error bars.zzIf `error_x_minus` is `None`, error bars will be symmetrical, otherwise `error_x` is used for the positive direction only.Úerror_x_minuszcValues from this column or array_like are used to size x-axis error bars in the negative direction.zIgnored if `error_x` is `None`.Úerror_yzIValues from this column or array_like are used to size y-axis error bars.zzIf `error_y_minus` is `None`, error bars will be symmetrical, otherwise `error_y` is used for the positive direction only.Úerror_y_minuszcValues from this column or array_like are used to size y-axis error bars in the negative direction.zIgnored if `error_y` is `None`.Úerror_zzIValues from this column or array_like are used to size z-axis error bars.zzIf `error_z_minus` is `None`, error bars will be symmetrical, otherwise `error_z` is used for the positive direction only.Úerror_z_minuszcValues from this column or array_like are used to size z-axis error bars in the negative direction.zIgnored if `error_z` is `None`.ÚcolorzHValues from this column or array_like are used to assign color to marks.ÚopacityÚfloatz4Value between 0 and 1. Sets the opacity for markers.Ú	line_dashzPValues from this column or array_like are used to assign dash-patterns to lines.Ú
line_groupzXValues from this column or array_like are used to group rows of `data_frame` into lines.ÚsymbolzJValues from this column or array_like are used to assign symbols to marks.Úpattern_shapezQValues from this column or array_like are used to assign pattern shapes to marks.ÚsizezDValues from this column or array_like are used to assign mark sizes.Úradiuszint (default is 30)z+Sets the radius of influence of each point.Ú
hover_namezJValues from this column or array_like appear in bold in the hover tooltip.Ú
hover_data)
z<str, or list of str or int, or Series or array-like, or dictzLEither a name or list of names of columns in `data_frame`, or pandas Series,zor array_like objectszNor a dict with column names as keys, with values True (for default formatting)z>False (in order to remove this column from hover information),z3or a formatting string, for example ':.3f' or '|%a'z0or list-like data to appear in the hover tooltipz<or tuples with a bool or formatting string as first element,z7and list-like data to appear in hover as second elementzDValues from these columns appear as extra data in the hover tooltip.Úcustom_data)z3str, or list of str or int, or Series or array-likez`Either name or list of names of columns in `data_frame`, or pandas Series, or array_like objectszÃValues from these columns are extra data, to be used in widgets or Dash callbacks for example. This data is not user-visible but is included in events emitted by the figure (lasso selection etc.)ÚtextzJValues from this column or array_like appear in the figure as text labels.ÚnameszEValues from this column or array_like are used as labels for sectors.Úlocationmode)Ústrz0One of 'ISO-3', 'USA-states', or 'country names'z[Determines the set of locations used to match entries in `locations` to regions on the map.Ú	facet_rowznValues from this column or array_like are used to assign marks to facetted subplots in the vertical direction.Ú	facet_colzpValues from this column or array_like are used to assign marks to facetted subplots in the horizontal direction.Úfacet_col_wrap)Úintz Maximum number of facet columns.zVWraps the column variable at this width, so that the column facets span multiple rows.zDIgnored if 0, and forced to 0 if `facet_row` or a `marginal` is set.Úfacet_row_spacingzfloat between 0 and 1z`Spacing between facet rows, in paper units. Default is 0.03 or 0.07 when facet_col_wrap is used.Úfacet_col_spacingz>Spacing between facet columns, in paper units Default is 0.02.Úanimation_framezSValues from this column or array_like are used to assign marks to animation frames.Úanimation_groupzÌValues from this column or array_like are used to provide object-constancy across animation frames: rows with matching `animation_group`s will be treated as if they describe the same object in each frame.Úsymbol_sequence)úlist of strz.Strings should define valid plotly.js symbols.zÉWhen `symbol` is set, values in that column are assigned symbols by cycling through `symbol_sequence` in the order described in `category_orders`, unless the value of `symbol` is a key in `symbol_map`.Ú
symbol_map)ú0dict with str keys and str values (default `{}`)z-String values should define plotly.js symbolszlUsed to override `symbol_sequence` to assign a specific symbols to marks corresponding with specific values.zHKeys in `symbol_map` should be values in the column denoted by `symbol`.z‰Alternatively, if the values of `symbol` are valid symbol names, the string `'identity'` may be passed to cause them to be used directly.Úline_dash_map)r:   z.Strings values define plotly.js dash-patterns.zvUsed to override `line_dash_sequences` to assign a specific dash-patterns to lines corresponding with specific values.zNKeys in `line_dash_map` should be values in the column denoted by `line_dash`.z�Alternatively, if the values of `line_dash` are valid line-dash names, the string `'identity'` may be passed to cause them to be used directly.Úline_dash_sequence)r8   z4Strings should define valid plotly.js dash-patterns.zÛWhen `line_dash` is set, values in that column are assigned dash-patterns by cycling through `line_dash_sequence` in the order described in `category_orders`, unless the value of `line_dash` is a key in `line_dash_map`.Úpattern_shape_map)r:   z0Strings values define plotly.js patterns-shapes.z|Used to override `pattern_shape_sequences` to assign a specific patterns-shapes to lines corresponding with specific values.zVKeys in `pattern_shape_map` should be values in the column denoted by `pattern_shape`.z™Alternatively, if the values of `pattern_shape` are valid patterns-shapes names, the string `'identity'` may be passed to cause them to be used directly.Úpattern_shape_sequence)r8   z6Strings should define valid plotly.js patterns-shapes.zíWhen `pattern_shape` is set, values in that column are assigned patterns-shapes by cycling through `pattern_shape_sequence` in the order described in `category_orders`, unless the value of `pattern_shape` is a key in `pattern_shape_map`.Úcolor_discrete_sequence)r8   z'Strings should define valid CSS-colors.a  When `color` is set and the values in the corresponding column are not numeric, values in that column are assigned colors by cycling through `color_discrete_sequence` in the order described in `category_orders`, unless the value of `color` is a key in `color_discrete_map`.z‰Various useful color sequences are available in the `plotly.express.colors` submodules, specifically `plotly.express.colors.qualitative`.Úcolor_discrete_map)r:   z,String values should define valid CSS-colorszsUsed to override `color_discrete_sequence` to assign a specific colors to marks corresponding with specific values.zOKeys in `color_discrete_map` should be values in the column denoted by `color`.z‚Alternatively, if the values of `color` are valid colors, the string `'identity'` may be passed to cause them to be used directly.Úcolor_continuous_scale)r8   z&Strings should define valid CSS-colorszmThis list is used to build a continuous color scale when the column denoted by `color` contains numeric data.zÍVarious useful color scales are available in the `plotly.express.colors` submodules, specifically `plotly.express.colors.sequential`, `plotly.express.colors.diverging` and `plotly.express.colors.cyclical`.Úcolor_continuous_midpoint)znumber (default `None`)zWIf set, computes the bounds of the continuous color scale to have the desired midpoint.z†Setting this value is recommended when using `plotly.express.colors.diverging` color scales as the inputs to `color_continuous_scale`.Úsize_maxzint (default `20`)z,Set the maximum mark size when using `size`.Úmarkerszboolean (default `False`)z&If `True`, markers are shown on lines.Úlineszboolean (default `True`)zKIf `False`, lines are not drawn (forced to `True` if `markers` is `False`).Úlog_xz=If `True`, the x-axis is log-scaled in cartesian coordinates.Úlog_yz=If `True`, the y-axis is log-scaled in cartesian coordinates.Úlog_zz=If `True`, the z-axis is log-scaled in cartesian coordinates.Úlog_rz>If `True`, the radial axis is log-scaled in polar coordinates.Úrange_xzlist of two numberszKIf provided, overrides auto-scaling on the x-axis in cartesian coordinates.Úrange_yzKIf provided, overrides auto-scaling on the y-axis in cartesian coordinates.Úrange_zzKIf provided, overrides auto-scaling on the z-axis in cartesian coordinates.Úrange_colorzBIf provided, overrides auto-scaling on the continuous color scale.Úrange_rzLIf provided, overrides auto-scaling on the radial axis in polar coordinates.Úrange_thetazMIf provided, overrides auto-scaling on the angular axis in polar coordinates.Útitler.   zThe figure title.ÚsubtitlezThe figure subtitle.Útemplatez<str or dict or plotly.graph_objects.layout.Template instancezNThe figure template name (must be a key in plotly.io.templates) or definition.Úwidthzint (default `None`)zThe figure width in pixels.ÚheightzThe figure height in pixels.Úlabels)r:   z[By default, column names are used in the figure for axis titles, legend entries and hovers.z,This parameter allows this to be overridden.zThe keys of this dict should correspond to column names, and the values should correspond to the desired label to be displayed.Úcategory_orders)z8dict with str keys and list of str values (default `{}`)zåBy default, in Python 3.6+, the order of categorical values in axes, legends and facets depends on the order in which these values are first encountered in `data_frame` (and no order is guaranteed by default in Python below 3.6).zIThis parameter is used to force a specific ordering of values per column.z—The keys of this dict should correspond to column names, and the values should be lists of strings corresponding to the specific display order desired.Úmarginal)r.   ú6One of `'rug'`, `'box'`, `'violin'`, or `'histogram'`.zQIf set, a subplot is drawn alongside the main plot, visualizing the distribution.Ú
marginal_x)r.   rX   zZIf set, a horizontal subplot is drawn above the main plot, visualizing the x-distribution.Ú
marginal_y)r.   rX   zbIf set, a vertical subplot is drawn to the right of the main plot, visualizing the y-distribution.Ú	trendline)	r.   zBOne of `'ols'`, `'lowess'`, `'rolling'`, `'expanding'` or `'ewm'`.ziIf `'ols'`, an Ordinary Least Squares regression line will be drawn for each discrete-color/symbol group.zpIf `'lowess`', a Locally Weighted Scatterplot Smoothing line will be drawn for each discrete-color/symbol group.zyIf `'rolling`', a Rolling (e.g. rolling average, rolling median) line will be drawn for each discrete-color/symbol group.zIf `'expanding`', an Expanding (e.g. expanding average, expanding sum) line will be drawn for each discrete-color/symbol group.z’If `'ewm`', an Exponentially Weighted Moment (e.g. exponentially-weighted moving average) line will be drawn for each discrete-color/symbol group.zxSee the docstrings for the functions in `plotly.express.trendline_functions` for more details on these functions and howz8to configure them with the `trendline_options` argument.Útrendline_options)Údictz_Options passed as the first argument to the function from `plotly.express.trendline_functions` z"named in the `trendline` argument.Útrendline_color_override)r.   zValid CSS color.z¡If provided, and if `trendline` is set, all trendlines will be drawn in this color rather than in the same color as the traces from which they draw their inputs.Útrendline_scopez8str (one of `'trace'` or `'overall'`, default `'trace'`)zÔIf `'trace'`, then one trendline is drawn per trace (i.e. per color, symbol, facet, animation frame etc) and if `'overall'` then one trendline is computed for the entire dataset, and replicated across all facets.Úrender_mode)r.   z7One of `'auto'`, `'svg'` or `'webgl'`, default `'auto'`z,Controls the browser API used to draw marks.zm`'svg'` is appropriate for figures of less than 1000 data points, and will allow for fully-vectorized output.zn`'webgl'` is likely necessary for acceptable performance above 1000 points but rasterizes part of the output. z,`'auto'` uses heuristics to choose the mode.Ú	direction)r.   zFOne of '`counterclockwise'` or `'clockwise'`. Default is `'clockwise'`zLSets the direction in which increasing values of the angular axis are drawn.Ústart_anglezint (default `90`)zTSets start angle for the angular axis, with 0 being due east and 90 being due north.Úhistfunc)zBstr (default `'count'` if no arguments are provided, else `'sum'`)z8One of `'count'`, `'sum'`, `'avg'`, `'min'`, or `'max'`.z^Function used to aggregate values for summarization (note: can be normalized with `histnorm`).Úhistnorm)ústr (default `None`)zLOne of `'percent'`, `'probability'`, `'density'`, or `'probability density'`z2If `None`, the output of `histfunc` is used as is.z|If `'probability'`, the output of `histfunc` for a given bin is divided by the sum of the output of `histfunc` for all bins.zŽIf `'percent'`, the output of `histfunc` for a given bin is divided by the sum of the output of `histfunc` for all bins and multiplied by 100.z[If `'density'`, the output of `histfunc` for a given bin is divided by the size of the bin.zçIf `'probability density'`, the output of `histfunc` for a given bin is normalized such that it corresponds to the probability that a random event whose distribution is described by the output of `histfunc` will fall into that bin.Úbarnorm)re   ú#One of `'fraction'` or `'percent'`.zgIf `'fraction'`, the value of each bar is divided by the sum of all values at that location coordinate.úB`'percent'` is the same but multiplied by 100 to show percentages.ú<`None` will stack up all values at each location coordinate.Ú	groupnorm)re   rg   ziIf `'fraction'`, the value of each point is divided by the sum of all values at that location coordinate.rh   ri   Úbarmode)zstr (default `'relative'`)z-One of `'group'`, `'overlay'` or `'relative'`ziIn `'relative'` mode, bars are stacked above zero for positive values and below zero for negative values.z:In `'overlay'` mode, bars are drawn on top of one another.z5In `'group'` mode, bars are placed beside each other.Úboxmode)ústr (default `'group'`)úOne of `'group'` or `'overlay'`z;In `'overlay'` mode, boxes are on drawn top of one another.z6In `'group'` mode, boxes are placed beside each other.Ú
violinmode)rm   rn   z=In `'overlay'` mode, violins are on drawn top of one another.z8In `'group'` mode, violins are placed beside each other.Ú	stripmode)rm   rn   z<In `'overlay'` mode, strips are on drawn top of one another.z7In `'group'` mode, strips are placed beside each other.Úzoom)zint (default `8`)zBetween 0 and 20.zSets map zoom level.Úorientation)z8str, one of `'h'` for horizontal or `'v'` for vertical. zT(default `'v'` if `x` and `y` are provided and both continuous or both categorical, zNotherwise `'v'`(`'h'`) if `x`(`y`) is categorical and `y`(`x`) is continuous, z5otherwise `'v'`(`'h'`) if only `x`(`y`) is provided) Ú
line_closezKIf `True`, an extra line segment is drawn between the first and last point.Ú
line_shapezstr (default `'linear'`)zBOne of `'linear'`, `'spline'`, `'hv'`, `'vh'`, `'hvh'`, or `'vhv'`Ú	fitboundszstr (default `False`).z)One of `False`, `locations` or `geojson`.Úbasemap_visibleÚboolzForce the basemap visibility.Úscopezstr (default `'world'`).z¼One of `'world'`, `'usa'`, `'europe'`, `'asia'`, `'africa'`, `'north america'`, or `'south america'`Default is `'world'` unless `projection` is set to `'albers usa'`, which forces `'usa'`.Ú
projectionzstr a®  One of `'equirectangular'`, `'mercator'`, `'orthographic'`, `'natural earth'`, `'kavrayskiy7'`, `'miller'`, `'robinson'`, `'eckert4'`, `'azimuthal equal area'`, `'azimuthal equidistant'`, `'conic equal area'`, `'conic conformal'`, `'conic equidistant'`, `'gnomonic'`, `'stereographic'`, `'mollweide'`, `'hammer'`, `'transverse mercator'`, `'albers usa'`, `'winkel tripel'`, `'aitoff'`, or `'sinusoidal'`Default depends on `scope`.Úcenter)r]   z!Dict keys are `'lat'` and `'lon'`z!Sets the center point of the map.Ú	map_style)zstr (default `'basic'`)zIdentifier of base map style.a+  Allowed values are `'basic'`, `'carto-darkmatter'`, `'carto-darkmatter-nolabels'`, `'carto-positron'`, `'carto-positron-nolabels'`, `'carto-voyager'`, `'carto-voyager-nolabels'`, `'dark'`, `'light'`, `'open-street-map'`, `'outdoors'`, `'satellite'`, `'satellite-streets'`, `'streets'`, `'white-bg'`.Úmapbox_style)z/str (default `'basic'`, needs Mapbox API token)z‘Identifier of base map style, some of which require a Mapbox or Stadia Maps API token to be set using `plotly.express.set_mapbox_access_token()`.z|Allowed values which do not require a token are `'open-street-map'`, `'white-bg'`, `'carto-positron'`, `'carto-darkmatter'`.z”Allowed values which require a Mapbox API token are `'basic'`, `'streets'`, `'outdoors'`, `'light'`, `'dark'`, `'satellite'`, `'satellite-streets'`.zuAllowed values which require a Stadia Maps API token are `'stamen-terrain'`, `'stamen-toner'`, `'stamen-watercolor'`.Úpoints)z%str or boolean (default `'outliers'`)z@One of `'outliers'`, `'suspectedoutliers'`, `'all'`, or `False`.úMIf `'outliers'`, only the sample points lying outside the whiskers are shown.z¢If `'suspectedoutliers'`, all outlier points are shown and those less than 4*Q1-3*Q3 or greater than 4*Q3-3*Q1 are highlighted with the marker's `'outliercolor'`.r~   z(If `'all'`, all sample points are shown.z_If `False`, no sample points are shown and the whiskers extend to the full range of the sample.Úboxz.If `True`, boxes are drawn inside the violins.Únotchedz(If `True`, boxes are drawn with notches.ÚgeojsonzGeoJSON-formatted dictz[Must contain a Polygon feature collection, with IDs, which are references from `locations`.Úfeatureidkeyzstr (default: `'id'`)z®Path to field in GeoJSON feature object with which to match the values passed in to `locations`.The most common alternative to the default is of the form `'properties.<key>`.Ú
cumulativez+If `True`, histogram values are cumulative.Únbins)r2   úPositive integer.zSets the number of bins.Únbinsx)r2   r…   z)Sets the number of bins along the x axis.Únbinsy)r2   r…   z)Sets the number of bins along the y axis.Úbranchvalues)r.   z'total' or 'remainder'a1  Determines how the items in `values` are summed. Whenset to 'total', items in `values` are taken to be valueof all its descendants. When set to 'remainder', itemsin `values` corresponding to the root and the branches:sectors are taken to be the extra part not part of thesum of the values at their leaves.Úmaxdepth)r2   zPositive integerzzSets the number of rendered sectors from any given `level`. Set `maxdepth` to -1 to render all thelevels in the hierarchy.Úecdfnorm)z*string or `None` (default `'probability'`)z%One of `'probability'` or `'percent'`z-If `None`, values will be raw counts or sums.zGIf `'probability', values will be probabilities normalized from 0 to 1.zCIf `'percent', values will be percentages normalized from 0 to 100.Úecdfmode)zstring (default `'standard'`)z6One of `'standard'`, `'complementary'` or `'reversed'`z[If `'standard'`, the ECDF is plotted such that values represent data at or below the point.zZIf `'complementary'`, the CCDF is plotted such that values represent data above the point.zhIf `'reversed'`, a variant of the CCDF is plotted such that values represent data at or above the point.Ú	text_auto)z bool or string (default `False`)zeIf `True` or a string, the x or y or z values will be displayed as text, depending on the orientationz[A string like `'.2f'` will be interpreted as a `texttemplate` numeric formatting directive.c                 óÄ  — |€i n|}|€i n|}t        ddd¬«      }| j                  xs ddz   }t        | «      d   D ]—  }|j                  |«      rt	        ||   «      }n+t	        t
        |   «      }|j                  |«      r|||   z  }|dd  }|t
        v s||v r$|j                  dj                  |xs d«      «      nd	}|d   }	||›d
|	›d|›d�z  }Œ™ |dz  }|dz  }|S )NéK   z    )rS   Úinitial_indentÚsubsequent_indentÚ z
Parameters
----------
r   é   ú z (documentation missing from map)z: ú
z
Returns
-------
z    plotly.graph_objects.Figure)r   Ú__doc__ÚgetfullargspecÚgetÚlistÚdocsÚfillÚjoin)
ÚfnÚoverride_dictÚappend_dictÚtwÚresultÚparamÚ	param_docÚparam_desc_listÚ
param_descÚ
param_types
             úQ/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/express/_doc.pyÚmake_docstringr§   d  s  € Ø'Ð/‘B°]€MØ#Ð+‘"°€KÜ	˜2¨fÈÔ	O€BØ�j‰jÒ˜BÐ">Ñ>€FÜ Ó# AÑ&ò CˆØ×Ñ˜UÔ#Ü˜]¨5Ñ1Ó2‰IäœT %™[Ó)ˆIØ�‰˜uÔ%Ø˜[¨Ñ/Ñ/�	Ø# A B˜-ˆð œ‰} ¨Ñ 6ð �G‰G�C—H‘H˜_Ò2°Ó3Ô4à3ð 	ð ˜q‘\ˆ
Ø¢Eª:²zÐBÑB‰ðCð  Ð$Ñ$€FØ
Ð/Ñ/€FØ€Mó    © )NN)ÚinspectÚtextwrapr   r–   ÚAttributeErrorÚ
getargspecÚcolref_typeÚcolref_descÚcolref_list_typeÚcolref_list_descr]   r™   r§   r©   r¨   r¦   ú<module>r²      s[	  ðÛ Ý  ð(Ø×+Ñ+€Nð
 3€Øc€Ø@Ð àVð ñ ó P	óðP	ð 	ØØuñðP	ð 	ØØuñðP	ð$ 	ØØuñð#P	ð. 	ØØØuñ	ð-P	ð: 	ØØØuñ	ð9P	ðF 	ØØsñðEP	ðP 	ØØsñðOP	ðZ 	ØØsñðYP	ðd 	ØØvñðcP	ðn 	ØØwñðmP	ðx 	ØØ]ñðwP	ðB 	ØØcñðAP	ðL 	ØØNñ	ðKP	ðV 	ØØ}ØAñ	
ðUP	ðb 	ØØjñ	ðaP	ðl 	ØØkñ	ðkP	ðv 	Øð 	DñðuP	ð@ 	ØØYñ
ðP	ðJ 	ØØPñðIP	óR ðSP	ð` 	ØØSð 	Eñ	ð_P	ðl 	ØØmØ)ñ	ðkP	ðx 	ØØSð 	Eñ	ðwP	ðD 	ØØmØ)ñ	ðCP	ðP 	ØØSð 	Eñ	ðOP	ð\ 	ØØmØ)ñ	ð[P	ðh 	ØØRñðgP	ðp ÐLÑMðqP	ðt 	ØØZñðsP	ð~ 	ØØbñð}P	ðH 	ØØTñðGP	ðR 	ØØ[ñðQP	ð\ 	ØØNñ
ð[P	ðd "Ð#PÑQðeP	ðh 	ØØTñðgP	ópðqP	óHðIP	ðT 	ØØTñ
ðSP	ð^ 	ØØOñð]P	ófðgP	ðr 	ØØxñðqP	ð| 	ØØzñð{P	óDðEP	ðR 	 ØjñðQP	ðZ 	 ØHñðYP	ðb 	ØØ]ñðaP	ðl 	Øð 	WñðkP	ótðuP	ó~ðP	óLðMP	óZð[P	ódðeP	órðsP	ó|ð}P	óH	ðI	P	óV	ðW	P	ób	ðc	P	ðl	 #Ð$RÑSðm	P	ðn	 )Ð*RÑSðo	P	ðr	 	#ØUñðq	P	ðz	 	$ØGñðy	P	ðB
 	$ØGñðA
P	ðJ
 	$ØGñðI
P	ðR
 	$ØHñðQ
P	ðZ
 	ØUñðY
P	ðb
 	ØUñða
P	ðj
 	ØUñði
P	ðr
 	ØLñðq
P	ðz
 	ØVñðy
P	ðB 	ØWñðAP	ðH Ð%Ñ
&ðIP	ðJ Ð+Ñ,ðKP	ðN 	GØXñðMP	ðT "Ð#@Ñ
AðUP	ðV #Ð$BÑCðWP	óXðYP	ódðeP	ópðqP	ózð{P	óDðEP	óN
ðOP	ódðeP	ónðoP	ðz 	Cð 	_ñðyP	ó@ðAP	óPðQP	ð\ 	Ø^ñð[P	óbðcP	ólðmP	ó~ðP	óLðMP	óZð[P	óhðiP	ótðuP	ó@ðAP	óL 
LðMP	óNðOP	ð\ 	$ØUñð[P	ðd 	#ØLñðcP	ðj (Ð)TÑUðkP	ðl Ð<Ñ=ðmP	ðp 	#ð	cñðoP	ðz 	ð	&ñðyP	óBðCP	óLðMP	óVðWP	ódðeP	ðv 
%Ð&VÑWðwP	ðx )Ð*TÑUðyP	ð| 	!Øeñð{P	ðD 	 ð	YññCP	ðN 	$Ù5ññMP	ôT CñUP	ôV UñWP	ôX UñYP	ôZ	ñ[P	ônñoP	ôzñ{P	ôHñIP	ôVðWP	€öføð} ò (Ø×'Ñ'ƒNð(ús   ŒK ËK!Ë K!