Giter Site home page Giter Site logo

lapp0 / nanoengineer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kanzure/nanoengineer

0.0 0.0 0.0 337.53 MB

open-source nanotech CAD

Home Page: http://groups.google.com/group/nanoengineer-dev

Makefile 0.76% M4 0.13% Shell 0.51% C 8.48% HTML 1.96% Python 73.35% C++ 11.53% NSIS 0.36% Batchfile 0.01% QMake 0.14% Ragel 0.42% R 0.01% Java 1.12% JavaScript 0.30% Prolog 0.04% Awk 0.02% PHP 0.08% Perl 0.02% CSS 0.07% Rebol 0.70%

nanoengineer's People

Contributors

bradgrantham avatar fitzsim avatar kanzure avatar mooreth avatar russfish-pub avatar wware avatar

Watchers

 avatar  avatar  avatar

nanoengineer's Issues

Ensure any fixes don't violate the purpose of IdentityCopyMixin

class IdentityCopyMixin(InstanceLike): # by EricM
    def _copyOfObject(self):
        """
        Implements the copying of an object for copy_val.  For objects
        which care about their identity (which inherit from
        IdentityCopyMixin), this will return a new reference to the
        same object.  There is no need to override this method.
        Compare this with the behavior of DataMixin._copyOfObject().
        """
        return self

    def _isIdentityCopyMixin(self):
        """
        This method acts as a flag allowing us to tell the difference
        between things which inherit from DataMixin and those which
        inherit from IdentityCopyMixin.  Any given class should only
        inherit from one of those two mixin interfaces (or from StateMixin,
        which inherits from IdentityCopyMixin).  So, both
        _isIdentityCopyMixin and _s_isPureData should not be defined
        on the same object.  This can be used to check coverage of
        types in _generalCopier().
        """
        pass
    pass

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.