File: nonascii.py

package info (click to toggle)
sphinx-automodapi 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: python: 1,696; makefile: 197
file content (15 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
__all__ = ['NonAsciiÄöüßő']


class NonAsciiÄöüßő(object):
    def get_äöü(self):
        """
        Return a string with common umlauts like äöüß
        """
        return 'äöü'

    def get_ß(self):
        """
        Return a string with the eszett symbol
        """
        return 'ß'