Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
pygobject
pygobject
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 239
    • Issues 239
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 10
    • Merge Requests 10
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • pygobjectpygobject
  • Issues
  • #257

Closed
Open
Opened Sep 11, 2018 by Marinus Schraal@mschraalDeveloper

Template hierarchy issues

Stacking template hierarchies seems to have some issues. See attached example.

Traceback (most recent call last):
  File "pytemplatechild.py", line 52, in __init__
    self._testlabel.props.neem = True
AttributeError: 'Child' object has no attribute 'props'
noom True
neem True

Creating the object in the widget directly does not exhibit this problem (see the notes in the example).

pytemplatechild.py

Assignee
Assign to
3.30
Milestone
3.30
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/pygobject#257