Giter Site home page Giter Site logo

Comments (2)

m-col avatar m-col commented on September 23, 2024

A downside of this (as implemented above) is it removes type checking from the values.

from pywlroots.

flacjacket avatar flacjacket commented on September 23, 2024

Looking at this reminds me of David Beazley's talk on metaprogramming: https://www.youtube.com/watch?v=sPiWg5jSoZI

I feel like there is definitely something that we could do here to simplify some of the basic properties around built-in types. It may be possible to type annotate them using some form of generics where the method to build the property would also define the types.

Maybe, it could be even simpler if we did something like:

class OutputMode(Ptr):
    def __init__(self, ptr) -> None:
        self._ptr = ptr

    width: int = Ptr._ptr_property("width")
    height: int = Ptr._ptr_property("height")
    refresh: int = Ptr._ptr_property("refresh")
    preferred: int = Ptr._ptr_property("preferred")

I'm not sure which is able to work better with mypy and if that is sufficient for this.

from pywlroots.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.