--- /tmp/python-tinycss2-1.0.2-1uxvnr20f/debian/python-tinycss2-doc_1.0.2-1_all.deb +++ python-tinycss2-doc_1.0.2-1_all.deb ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-tinycss2-doc/html/index.html │ │ │ @@ -527,15 +527,15 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │
Parameters:input – A string, or a single component value.
Returns:
    │ │ │ -
  • None if the input is not a valid color value. │ │ │ +
  • None if the input is not a valid color value. │ │ │ (No exception is raised.)
  • │ │ │
  • The string 'currentColor' for the currentColor keyword
  • │ │ │
  • Or a RGBA object for every other values │ │ │ (including keywords, HSL and HSLA.) │ │ │ The alpha channel is clipped to [0, 1] │ │ │ but red, green, or blue can be out of range │ │ │ (eg. rgb(-10%, 120%, 0%) is represented as │ │ │ @@ -594,15 +594,15 @@ │ │ │
Parameters:input – A string, or an iterable yielding component values │ │ │ (eg. the arguments │ │ │ of a functional pseudo-class.)
Returns:A (a, b) tuple of integers, or None if the input is invalid.
Returns:A (a, b) tuple of integers, or None if the input is invalid.
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ @@ -736,15 +736,15 @@ │ │ │ │ │ │
│ │ │
│ │ │ content
│ │ │

The rule’s content, if any. │ │ │ The block’s content as a list of component values │ │ │ for at-rules with a {} block, │ │ │ -or None for at-rules ending with a semicolon.

│ │ │ +or None for at-rules ending with a semicolon.

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ class tinycss2.ast.Declaration
│ │ │ @@ -1065,22 +1065,22 @@ │ │ │
│ │ │ type = 'number'
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ value
│ │ │ -

The numeric value as a float.

│ │ │ +

The numeric value as a float.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ int_value
│ │ │ -

The numeric value as an int │ │ │ -if is_integer is true, None otherwise.

│ │ │ +

The numeric value as an int │ │ │ +if is_integer is true, None otherwise.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ is_integer
│ │ │

Whether the token was syntactically an integer, as a boolean.

│ │ │
│ │ │ @@ -1104,23 +1104,23 @@ │ │ │
│ │ │ type = 'percentage'
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ value
│ │ │ -

The value numeric as a float.

│ │ │ +

The value numeric as a float.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ int_value
│ │ │ -

The numeric value as an int │ │ │ +

The numeric value as an int │ │ │ if the token was syntactically an integer, │ │ │ -or None.

│ │ │ +or None.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ is_integer
│ │ │

Whether the token’s value was syntactically an integer, as a boolean.

│ │ │
│ │ │ @@ -1145,23 +1145,23 @@ │ │ │
│ │ │ type = 'dimension'
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ value
│ │ │ -

The value numeric as a float.

│ │ │ +

The value numeric as a float.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ int_value
│ │ │ -

The numeric value as an int │ │ │ +

The numeric value as an int │ │ │ if the token was syntactically an integer, │ │ │ -or None.

│ │ │ +or None.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ is_integer
│ │ │

Whether the token’s value was syntactically an integer, as a boolean.

│ │ │